projects
/
dcmtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c76ae7d
)
Update rules
author
Gert Wollny
<gw.fossdev@gmail.com>
Tue, 1 Dec 2015 02:02:48 +0000
(
03:02
+0100)
committer
Gert Wollny
<gw.fossdev@gmail.com>
Tue, 1 Dec 2015 02:02:48 +0000
(
03:02
+0100)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 09d91e0f442b11548fd4744db54f173dcb2f4d06..0bb59a1181fc4969750e79c72455f689c7b5a4b4 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-47,6
+47,9
@@
override_dh_auto_build-indep:
# No tests needed for docs
override_dh_auto_test-indep:
+override_dh_auto_clean:
+ if [ -f config/Makefile.def ] ; then dh_auto_clean; fi
+
override_dh_auto_install-arch:
dh_auto_install
# ??